Filename: /text/sbasic/shared/03130000.xhp
(section: sonstige)
This is a list of the functions and the statements that are not included in the other categories.
ここで一覧する関数およびステートメントは、特定のカテゴリに分類されていないものです。(par_id3153312.2)
(embed text/sbasic/shared/03130100.xhp#beep : linkinfo)
Plays a tone through the computer's speaker. The tone is system-dependent and you cannot modify its volume or pitch.
コンピュータのスピーカーを使ってビープ音を鳴らします。どのような音が再生されるかはシステムの設定により決まり、ボリュームやピッチの指定なども行えません。(par_id3159201.2)
(/embed text/sbasic/shared/03130100.xhp#beep)
(embed text/sbasic/shared/03130500.xhp#shell : linkinfo)
Starts another application and defines the respective window style, if necessary.
他のアプリケーションを起動し、必要であれば表示ウィンドウのスタイル設定なども行います。(par_id3153394.2)
(/embed text/sbasic/shared/03130500.xhp#shell)
(embed text/sbasic/shared/03130600.xhp#wait : linkinfo)
Interrupts the program execution for the amount of time that you specify in milliseconds.
プログラムの実行に割り込みをかけ、ミリ秒単位の指定時間だけ待機させます。(par_id3149236.2)
(/embed text/sbasic/shared/03130600.xhp#wait)
(embed text/sbasic/shared/03130700.xhp#getsystemticks : linkinfo)
Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes.
オペレーティングシステムから現在の実行時間 (チック数) を取得して返します。この関数は、プロセスの最適化をする際などに利用できます。(par_id3153750.2)
(/embed text/sbasic/shared/03130700.xhp#getsystemticks)
(embed text/sbasic/shared/03130800.xhp#environ : linkinfo)
Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have.
環境変数の値を取得して、文字列として返します。どのような環境変数が存在するかは、使用するオペレーティングシステムに依存します。(par_id3145090.2)
(/embed text/sbasic/shared/03130800.xhp#environ)
(embed text/sbasic/shared/03131000.xhp#getsolarversion : linkinfo)
Returns the internal number of the current Office version.
現行バージョンの Office について、そのインターナルナンバーを返します。(par_id3152801.2)
(/embed text/sbasic/shared/03131000.xhp#getsolarversion)
(embed text/sbasic/shared/03132100.xhp#getguitype : linkinfo)
Returns a numerical value that specifies the graphical user interface.
グラフィカルユーザーインタフェースの種類を示す数値を返します。(par_id3152459.2)
(/embed text/sbasic/shared/03132100.xhp#getguitype)
(embed text/sbasic/shared/03131300.xhp#twipsperpixelx : linkinfo)
Returns the number of twips that represent the width of a pixel.
ピクセルの幅を示す twip 数を返します。(par_id3153394.2)
(/embed text/sbasic/shared/03131300.xhp#twipsperpixelx)
(embed text/sbasic/shared/03131400.xhp#twipsperpixely : linkinfo)
Returns the number of twips that represent the height of a pixel.
ピクセルの高さを示す twip 数を返します。(par_id3154186.2)
(/embed text/sbasic/shared/03131400.xhp#twipsperpixely)
(embed text/sbasic/shared/03131500.xhp#createunostruct : linkinfo)
Creates an instance of a Uno structure type.
Uno 構造型のインスタンスを作成します。(par_id3150713.2)
(/embed text/sbasic/shared/03131500.xhp#createunostruct)
(embed text/sbasic/shared/03131600.xhp#createunoservice : linkinfo)
Instantiates a Uno service with the ProcessServiceManager.
ProcessServiceManager で Uno サービスのインスタンスを作成します。(par_id3152924.2)
(/embed text/sbasic/shared/03131600.xhp#createunoservice)
(embed text/sbasic/shared/03131700.xhp#getprocessservicemanager : linkinfo)
Returns the ProcessServiceManager (central Uno ServiceManager).
ProcessServiceManager (セントラル Uno ServiceManager) を返します。(par_id3156414.2)
(/embed text/sbasic/shared/03131700.xhp#getprocessservicemanager)
(embed text/sbasic/shared/03131800.xhp#createunodialog : linkinfo)
Creates a Basic Uno object that represents a Uno dialog control during Basic runtime.
Basic 実行時に Uno ダイアログコントロールを示す Basic Uno オブジェクトを作成します。(par_id3154186.2)
(/embed text/sbasic/shared/03131800.xhp#createunodialog)
(embed text/sbasic/shared/03132000.xhp#createunolistener : linkinfo)
Creates a Listener instance.
リスナーインスタンスを作成します。(par_id3149346.52)
(/embed text/sbasic/shared/03132000.xhp#createunolistener)
(embed text/sbasic/shared/03132300.xhp#createunovalue : linkinfo)
Returns an object that represents a strictly typed value referring to the Uno type system.
Uno タイプを明示的に指定された値を示すオブジェクトを返します。(par_id3147291.2)
(/embed text/sbasic/shared/03132300.xhp#createunovalue)
(embed text/sbasic/shared/03132400.xhp#createobject : linkinfo)
Creates a UNO object. On Windows, can also create OLE objects.
UNO オブジェクトを作成します。Windows では、OLE オブジェクトも作成できます。(par_idN10590.)
This method creates instances of the type that is passed as parameter.
このメソッドにより、パラメータとして渡されるタイプのインスタンスが作成されます。(par_idN1059F.)
(/embed text/sbasic/shared/03132400.xhp#createobject)
(embed text/sbasic/shared/03132500.xhp#getdefaultcontext : linkinfo)
Returns the default context of the process service factory, if existent, else returns a null reference.
(存在する場合は) プロセスサービスファクトリのデフォルトコンテキストを返します。存在しない場合は null 参照を返します。 (par_idN10590.)
(/embed text/sbasic/shared/03132500.xhp#getdefaultcontext)
(embed text/sbasic/shared/03132200.xhp#thiscomponent : linkinfo)
Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type.
属性の読み取りおよび設定ができるように、アクティブなコンポーネントのアドレスを指定します。 ThisComponent は、Basic が属するドキュメントを表すドキュメント Basic から使用します。 ThisComponent がアクセスするオブジェクトの種類は、ドキュメントの種類によって異なります。(par_id3154923.2)
(/embed text/sbasic/shared/03132200.xhp#thiscomponent)
(embed text/sbasic/shared/03131900.xhp#globalscope : linkinfo)
Basic source code and dialogs are organized in a library system.
Basic のソースコードおよびライブラリは、ライブラリシステムで管理されます。(par_id3153345.2)
(/embed text/sbasic/shared/03131900.xhp#globalscope)